home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / newmat03.lha / newmat03 / example.txt < prev    next >
Text File  |  1993-08-08  |  2KB  |  95 lines

  1.  
  2. Demonstration of Matrix package
  3.  
  4.  
  5.  
  6. Test 1 - traditional
  7.  
  8. Estimates and their standard errors
  9.  
  10. 1.391655    0.531878
  11. 1.983103    0.209317
  12. 0.952208    0.277307
  13.  
  14. Observations, fitted value, residual value, hat value
  15. 2.4    1.7    8.3    7.769    0.53    0.28
  16. 1.8    0.9    5.5    5.818    -0.318    0.189
  17. 2.4    1.6    8    7.674    0.325    0.228
  18. 3    1.9    8.5    9.15    -0.65    0.445
  19. 2    0.5    5.7    5.833    -0.133    0.271
  20. 1.2    0.6    4.4    4.342    0.057    0.479
  21. 2    1.1    6.3    6.405    -0.105    0.143
  22. 2.7    1    7.9    7.698    0.201    0.153
  23. 3.6    0.5    9.1    9.006    0.093    0.807
  24.  
  25.  
  26.  
  27.  
  28. Test 2 - Cholesky
  29.  
  30. Estimates and their standard errors
  31.  
  32. 1.391655    0.531878
  33. 1.983103    0.209317
  34. 0.952208    0.277307
  35.  
  36. Observations, fitted value, residual value, hat value
  37. 2.4    1.7    8.3    7.769    0.53    0.28
  38. 1.8    0.9    5.5    5.818    -0.318    0.189
  39. 2.4    1.6    8    7.674    0.325    0.228
  40. 3    1.9    8.5    9.15    -0.65    0.445
  41. 2    0.5    5.7    5.833    -0.133    0.271
  42. 1.2    0.6    4.4    4.342    0.057    0.479
  43. 2    1.1    6.3    6.405    -0.105    0.143
  44. 2.7    1    7.9    7.698    0.201    0.153
  45. 3.6    0.5    9.1    9.006    0.093    0.807
  46.  
  47.  
  48.  
  49.  
  50. Test 3 - Householder triangularisation
  51.  
  52. Estimates and their standard errors
  53.  
  54. 1.391655    0.531878
  55. 1.983103    0.209317
  56. 0.952208    0.277307
  57.  
  58. Observations, fitted value, residual value, hat value
  59. 2.4    1.7    8.3    7.769    0.53    0.28
  60. 1.8    0.9    5.5    5.818    -0.318    0.189
  61. 2.4    1.6    8    7.674    0.325    0.228
  62. 3    1.9    8.5    9.15    -0.65    0.445
  63. 2    0.5    5.7    5.833    -0.133    0.271
  64. 1.2    0.6    4.4    4.342    0.057    0.479
  65. 2    1.1    6.3    6.405    -0.105    0.143
  66. 2.7    1    7.9    7.698    0.201    0.153
  67. 3.6    0.5    9.1    9.006    0.093    0.807
  68.  
  69.  
  70.  
  71.  
  72. Test 4 - singular value
  73.  
  74. Estimates and their standard errors
  75.  
  76. 1.391655    0.531878
  77. 1.983103    0.209317
  78. 0.952208    0.277307
  79.  
  80. Observations, fitted value, residual value, hat value
  81. 2.4    1.7    8.3    7.769    0.53    0.28
  82. 1.8    0.9    5.5    5.818    -0.318    0.189
  83. 2.4    1.6    8    7.674    0.325    0.228
  84. 3    1.9    8.5    9.15    -0.65    0.445
  85. 2    0.5    5.7    5.833    -0.133    0.271
  86. 1.2    0.6    4.4    4.342    0.057    0.479
  87. 2    1.1    6.3    6.405    -0.105    0.143
  88. 2.7    1    7.9    7.698    0.201    0.153
  89. 3.6    0.5    9.1    9.006    0.093    0.807
  90.  
  91.  
  92.  
  93.  
  94. Checking for lost memory: 587792388 587792388  - ok
  95.